@charset "UTF-8";
body {
background-color: #02021F;
}
body {
    background-image: url('images/cover_green.png');
	background-position: top left;
    color: #02021F;
}
body {
  font-family: "Lucida Console", "Courier New", monospace;
	font-weight: bold;
	font-size: 20px;
	color: white;
}
div.transbox {
  margin: 30px;
  background-color: #ffffff;
  opacity: 0.8;
}
div.transbox {
  width: 50%;
}
div.transbox p {
  margin: 5%;
  font-weight: bold;
  color: #000000;
}
div.transbox2 {
  margin: 30px;
  background-color: #ffffff;
  opacity: 0.8;
}
div.transbox2 {
  width: 90%;
}
div.transbox2 p {
  margin: 5%;
  font-weight: bold;
  color: #000000;
}
 /* unvisited link */
a:link {
  color: #000000;
}

/* visited link */
a:visited {
  color: gray;
}

/* mouse over link */
a:hover {
  color: #ff00ff;
}

/* selected link */
a:active {
  color: #ff00ff;
} 
